import React from "react"; export interface Props { handResults: number; isHandInPlay: boolean; } export declare const HandResults: React.FC;